Get a Schedule's Execution Status
{ getScheduleExecutionStatus }
Returns the status of a schedule's job executions
Method
/API3/tasks/getScheduleExecutionStatus
- Enterprise Admin
- Domain Admin
- Pro
Input Parameters
Name
executionId
Type
string
Description
The execution's system ID
Output Response
Successful Result Code
200
Response Type
Description of Response Type
An object containing the task status
Examples
Code Snippets
Use the Authentication API methods to generate an access 'key' or 'token' for use in code as shown below.
TypeScript
Curl
Java
C#
Python
PHP